'Declaration
<System.ComponentModel.DescriptionAttribute("The name of the sso type of the PropertyDefinition.")> <System.ComponentModel.DefaultValueAttribute()> Public Property TypeNameSSO As System.String
'Usage
Dim instance As PropertyDefinition Dim value As System.String instance.TypeNameSSO = value value = instance.TypeNameSSO
[System.ComponentModel.Description("The name of the sso type of the PropertyDefinition.")] [System.ComponentModel.DefaultValue()] public System.string TypeNameSSO {get; set;}