XFileSaveData.Id Property (Microsoft.DirectX.Direct3D)

Retrieves the globally unique identifier (GUID) of this XFileSaveData file data node.

Definition

Visual Basic Public ReadOnly Property Id As GuidLeave Site
C# public GuidLeave Site Id { get; }
C++ public:
property GuidLeave Site Id {
        GuidLeave Site get();
}
JScript public function get Id() : GuidLeave Site

Property Value

System.Guid
The GUID of this file data node. If the object has no GUID, the returned value will be GUID_NULL.

This property is read-only. 

Remarks

Exception GraphicsException.ErrorCode Cause
GraphicsException XFileErrorCodes.BadValue A variable is outside its expected range; typically returned when an object is invalid.