Właściwość Group.Description
Pobiera lub ustawia opis rozbudowanej grupy zabezpieczeń usługi Active Directory lub lokalny SAM.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property Description As String
Get
Set
'Użycie
Dim instance As Group
Dim value As String
value = instance.Description
instance.Description = value
[DataMemberAttribute]
public string Description { get; set; }
[DataMemberAttribute]
public:
property String^ Description {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member Description : string with get, set
function get Description () : String
function set Description (value : String)
Wartość właściwości
Typ: System.String
Ciąg reprezentujący opis.
Zobacz także