IFsrmObject.Description Property
Retrieves or sets the description of the object.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
string Description { get; set; }
property String^ Description {
String^ get();
void set(String^ value);
}
abstract Description : string with get, set
Property Description As String
Property Value
Type: System.String
A String containing a description of the object. The description is limited to 4,000 characters and cannot contain commas, single quotes, double quotes, or vertical bars.
Remarks
For an example, see Using Templates to Define File Screens.
See Also
IFsrmObject Interface
Microsoft.Storage Namespace
Return to top