CrossRealmIssuerEndpointCollection.Item[Uri] 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 or sets the issuer endpoint dictionary.
public:
virtual property Microsoft::Xrm::Sdk::Client::IssuerEndpointDictionary ^ default[Uri ^] { Microsoft::Xrm::Sdk::Client::IssuerEndpointDictionary ^ get(Uri ^ key); void set(Uri ^ key, Microsoft::Xrm::Sdk::Client::IssuerEndpointDictionary ^ value); };
public override Microsoft.Xrm.Sdk.Client.IssuerEndpointDictionary this[Uri key] { get; set; }
member this.Item(Uri) : Microsoft.Xrm.Sdk.Client.IssuerEndpointDictionary with get, set
Default Public Overrides Property Item(key As Uri) As IssuerEndpointDictionary
Parameters
- key
- Uri
Specifies the key used to retrieve a IssuerEndpointDictionary object from the collection.
Property Value
Returns IssuerEndpointDictionary.