SymbolInformation.ContainerName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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