IClientRightsAdditionalMetadata.ClientRightsMetadata 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.
We are using a dictionary as we do not know what data we may get in future At present it only contains the nonlocalized license description for telemetry.
public:
property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ ClientRightsMetadata { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<string,object> ClientRightsMetadata { get; }
member this.ClientRightsMetadata : System.Collections.Generic.IReadOnlyDictionary<string, obj>
Public ReadOnly Property ClientRightsMetadata As IReadOnlyDictionary(Of String, Object)