XFileData.Id Property

Language:

Note: This documentation is preliminary and is subject to change.

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

Definition

Visual Basic .NET Public ReadOnly Property Id As Guid
C# public Guid Id { get; }
Managed C++ public: __property Guid get_Id();
JScript .NET public function get Id() : Guid

Property Value

System.Guid . A globally unique identifier (GUID) that represents this file data object.

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.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.