RoleDescriptor.ProtocolsSupported Property

Definition

Gets the collection of protocols supported.

public:
 property System::Collections::Generic::ICollection<Uri ^> ^ ProtocolsSupported { System::Collections::Generic::ICollection<Uri ^> ^ get(); };
public System.Collections.Generic.ICollection<Uri> ProtocolsSupported { get; }
member this.ProtocolsSupported : System.Collections.Generic.ICollection<Uri>
Public ReadOnly Property ProtocolsSupported As ICollection(Of Uri)

Property Value

The collection of supported protocols for this role descriptor.

Applies to