Gets the group description
Namespace:
IpernityNET.IpernityObjects
Assembly:
IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public string Description { get; internal set; } |
Visual Basic (Declaration) |
---|
Public Property Description As String |
Visual C++ |
---|
public:
property String^ Description {
String^ get ();
void set (String^ value);
} |
See Also