'Declaration
<JetBrains.Annotations.NotNullAttribute()> Property OrganizationName As String
'Usage
Dim instance As _UAApplicationManifest Dim value As String instance.OrganizationName = value value = instance.OrganizationName
[JetBrains.Annotations.NotNull()] string OrganizationName {get; set;}
Property Value
The value of this property can be null
(Nothing
in Visual Basic).
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.