RealTimeEndpoint.Gruu 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 GRUU of the endpoint, if any. Can be null.
public: property System::String ^ Gruu { public:
System::String ^ get(); protected:
void set(System::String ^ value); };
public string Gruu { get; protected set; }
member this.Gruu : string with get, set
Public Property Gruu As String