'Declaration
Public Property TargetServerID As Nullable(Of Guid)
public Nullable<Guid> TargetServerID {get; set;}
public: property Nullable<Guid> TargetServerID { Nullable<Guid> get(); void set ( Nullable<Guid> value); }
'Declaration
Public Property TargetServerID As Nullable(Of Guid)
public Nullable<Guid> TargetServerID {get; set;}
public: property Nullable<Guid> TargetServerID { Nullable<Guid> get(); void set ( Nullable<Guid> value); }