共用方式為


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

屬性值

XML 命名空間,其中定義了 Action 屬性。

例外狀況

IsReadOnly 屬性是 true,並且已設定 Namespace 屬性。

備註

Namespace 屬性 (Property) 會對應到 Namespace XML 項目的 <saml:Action> 屬性 (Attribute),而該 XML 項目已定義在 OASIS SAML 1.1 規格中。

適用於