File Format identification. Cannot contain spaces.
Read-write property
[Visual Basic .NET] |
---|
Public Property FormatID() As String |
[C#] |
---|
public string FormatID {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_FormatID(); |
[Unmanaged C++] |
---|
public: HRESULT get_FormatID( BSTR * pFormatID ); public: HRESULT put_FormatID( BSTR FormatID ); |
[Java] |
---|
public String getFormatID(); public void setFormatID( String ); |