XFileSaveData.Name Property

Language:

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

Retrieves the name of this XFileSaveData file data node.

Definition

Visual Basic .NET Public ReadOnly Property Name As String
C# public string Name { get; }
Managed C++ public: __property String* get_Name();
JScript .NET 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.


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

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