DependencyEntrySubType Property
|
Namespace:
Ingeniux.Runtime.Dependency
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax [JsonPropertyAttribute("ST")]
public string SubType { get; set; }
<JsonPropertyAttribute("ST")>
Public Property SubType As String
Get
Set
public:
[JsonPropertyAttribute(L"ST")]
property String^ SubType {
String^ get ();
void set (String^ value);
}
[<JsonPropertyAttribute("ST")>]
member SubType : string with get, set
Property Value
Type:
StringSee Also