DataSpecifier.Specifier 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 portion of the data specifier string that represents the specifier component.
public:
property System::String ^ Specifier { System::String ^ get(); };
public string Specifier { get; }
member this.Specifier : string
Public ReadOnly Property Specifier As String
Property Value
The specifier component of the data specifier string.