SymbolInformation.ContainerName Property

Definition

Gets or sets the name of the symbol containing this symbol.

public:
 property System::String ^ ContainerName { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(Name="containerName")]
public string ContainerName { get; set; }
[System.Runtime.Serialization.DataMember(Name="containerName")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public string? ContainerName { get; set; }
[<System.Runtime.Serialization.DataMember(Name="containerName")>]
member this.ContainerName : string with get, set
[<System.Runtime.Serialization.DataMember(Name="containerName")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.ContainerName : string with get, set
Public Property ContainerName As String

Property Value

Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to