In This Topic
The label applied for a snapshot.
Syntax
'Declaration
<CanBeNullAttribute()>
Public ReadOnly Property SnapshotLabel As String
[CanBeNull()]
public string SnapshotLabel {get;}
[CanBeNull()]
public:
property String^ SnapshotLabel {
String^ get();
}
See Also