XFileData.IsReference Property

Language:

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

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

Definition

Visual Basic .NET Public ReadOnly Property IsReference As Boolean
C# public bool IsReference { get; }
Managed C++ public: __property bool get_IsReference();
JScript .NET 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. 

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

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