CodeImport.Namespace Property

Definition

Gets or sets the name of the imported namespace.

public:
 property System::String ^ Namespace { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ Namespace { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(201)]
public string Namespace { [System.Runtime.InteropServices.DispId(201)] get; [System.Runtime.InteropServices.DispId(201)] set; }
[<System.Runtime.InteropServices.DispId(201)>]
[<get: System.Runtime.InteropServices.DispId(201)>]
[<set: System.Runtime.InteropServices.DispId(201)>]
member this.Namespace : string with get, set
Public Property Namespace As String

Property Value

The name of the imported namespace.

Attributes

Remarks

Note

The values of code model elements such as classes, structs, functions, attributes, delegates, and so forth can be non-deterministic after making certain kinds of edits, meaning that their values cannot be relied upon to always remain the same.

Applies to