Visual Basic (Declaration) | |
---|---|
<ElementAttribute()> Public Property FileSetID As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As StorageMediaFileSet Dim value As String instance.FileSetID = value value = instance.FileSetID |
C# | |
---|---|
[ElementAttribute()] public string FileSetID {get; set;} |
C++/CLI | |
---|---|
[ElementAttribute()] public: property String^ FileSetID { String^ get(); void set ( String^ value); } |
Property Value
The media file set ID.Defines an implementation specific human readable identifier that identifies the storage media where composite instnaces resides.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7