ContactSaveModel.Attributes Property
Public Property Attributes() As List(Of AttributeInfoModel)
This language is not supported or no code example is available.
public List<AttributeInfoModel> Attributes {get; set;}
This language is not supported or no code example is available.
public:
property List<AttributeInfoModel^>^ Attributes {
List<AttributeInfoModel^>^ get( );
void set(
List<AttributeInfoModel^>^ value
);
}
This language is not supported or no code example is available.