SelectableServerAttribute.Info Property
Public Property Info() As AttributeInfo
This language is not supported or no code example is available.
public AttributeInfo Info {get; set;}
This language is not supported or no code example is available.
public:
property AttributeInfo^ Info {
AttributeInfo^ get( );
void set(
AttributeInfo^ value
);
}
This language is not supported or no code example is available.
public function get Info() : AttributeInfo;
public function set Info(value : AttributeInfo);
This language is not supported or no code example is available.