StatusingDataSet.EnterpriseLookupTableFullValuesRow.LT_VALUE_FULL Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the full value of a lookup table node, including the parent values with separator characters.
public:
property System::String ^ LT_VALUE_FULL { System::String ^ get(); void set(System::String ^ value); };
public string LT_VALUE_FULL { get; set; }
member this.LT_VALUE_FULL : string with get, set
Public Property LT_VALUE_FULL As String