Visual Basic (Declaration) | |
---|---|
<ElementAttribute()> Public Property FileSetUID As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As StorageMediaFileSet Dim value As String instance.FileSetUID = value value = instance.FileSetUID |
C# | |
---|---|
[ElementAttribute()] public string FileSetUID {get; set;} |
C++/CLI | |
---|---|
[ElementAttribute()] public: property String^ FileSetUID { String^ get(); void set ( String^ value); } |
Property Value
The media file set UID.Uniquely identifies the storage media on which the composite object instances reside.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7