XFileData.IsReference Property |
Language: |
Indicates whether this file data object is a reference object that points to another child data object.
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
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.
Feedback? Please provide us with your comments on this topic.