Gets or sets the value specifying whether to exract information from the intances to use as the label.
Syntax
Visual Basic (Declaration) | |
---|
Public Property UseLabelInformationFromInstances As Nullable(Of YesNo) |
Managed Extensions for C++ | |
---|
public: __property Nullable<YesNo> get_UseLabelInformationFromInstances();
public: __property void set_UseLabelInformationFromInstances(
Nullable<YesNo> value
); |
Property Value
Yes to extract label information from the instances, no otherwise.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also