WatchFolder.custom_attributes Property
<DataMember()> _
Public Property custom_attributes() As List(Of AttributeInfo)
This language is not supported or no code example is available.
[DataMember()]
public List<AttributeInfo> custom_attributes {get; set;}
This language is not supported or no code example is available.
[DataMember()]
public:
property List<AttributeInfo^>^ custom_attributes {
List<AttributeInfo^>^ get( );
void set(
List<AttributeInfo^>^ value
);
}
This language is not supported or no code example is available.