Partilhar via


SelectXml.Namespace Property

Definition

Provides access to the Namespace parameter.

public:
 property System::Activities::InArgument<System::Collections::Hashtable ^> ^ Namespace { System::Activities::InArgument<System::Collections::Hashtable ^> ^ get(); void set(System::Activities::InArgument<System::Collections::Hashtable ^> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<System.Collections.Hashtable> Namespace { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.Namespace : System.Activities.InArgument<System.Collections.Hashtable> with get, set
Public Property Namespace As InArgument(Of Hashtable)

Property Value

Attributes

Applies to