Description Property (CapturedFile)
In This Topic
A description of the file.
Syntax
'Declaration
<CanBeNullAttribute()>
Public Shadows ReadOnly Property Description As String
[CanBeNull()]
public new string Description {get;}
[CanBeNull()]
public:
new property String^ Description {
String^ get();
}
See Also