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