XFileData.IsReference Property |
Language: |
Indicates whether this file data object is a reference object that points to another child data object.
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
System.Boolean
This property is read-only.
A value that is true if the file data object is a reference object; otherwise, the value is false.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.