SamlAction.Namespace 属性

定义

获取或设置定义 Action 属性的 XML 命名空间。

public:
 property System::String ^ Namespace { System::String ^ get(); void set(System::String ^ value); };
public string Namespace { get; set; }
member this.Namespace : string with get, set
Public Property Namespace As String

属性值

在其中定义 Action 属性的 XML 命名空间。

例外

IsReadOnly 属性为 true,同时设置了 Namespace 属性。

注解

Namespace 属性 (Property) 对应于 OASIS SAML 1.1 规范中定义的 Namespace XML 元素的 <saml:Action> 属性 (Attribute)。

适用于