UserInterfaceExtensionData Property (Condition)
In This Topic
Additional data stored for the custom user interface
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property UserInterfaceExtensionData As String
[CanBeNull()]
public string UserInterfaceExtensionData {get; set;}
See Also