Accusoft.NotateXpressSdk Namespace > ItemChangedEventArgs Class : Attribute Property |
'Declaration Public Property Attribute As NotateTrait
'Usage Dim instance As ItemChangedEventArgs Dim value As NotateTrait instance.Attribute = value value = instance.Attribute
public NotateTrait Attribute {get; set;}
public: __property NotateTrait get_Attribute(); public: __property void set_Attribute( NotateTrait value );
public: property NotateTrait Attribute { NotateTrait get(); void set ( NotateTrait value); }