RoleDescriptor.ProtocolsSupported 属性

定义

获取支持的协议的集合。

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)

属性值

此角色描述符的受支持协定的集合。

适用于