XFileData.IsReference Property

Language:

Indicates whether this file data object is a reference object that points to another child data object.

Definition

Visual Basic Public ReadOnly Property IsReference As Boolean
C# public bool IsReference { get; }
C++ public:
property bool IsReference {
        bool get();
}
JScript public function get IsReference() : boolean

Property Value

System.Boolean
A value that is true if the file data object is a reference object; otherwise, the value is false.

This property is read-only. 

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

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