XFileSaveData.Name Property

Language:

Retrieves the name of this XFileSaveData file data node.

Definition

Visual Basic Public ReadOnly Property Name As String
C# public string Name { get; }
C++ public:
property String^ Name {
        String^ get();
}
JScript public function get Name() : String

Property Value

System.String
The name of this file data node.

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.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

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