Syntax
Visual Basic (Declaration) | |
---|
Public Property contentType As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DescribeIcon
Dim value As String
instance.contentType = value
value = instance.contentType |
C# | |
---|
public string contentType {get; set;} |
Managed Extensions for C++ | |
---|
public: __property string* get_contentType();
public: __property void set_contentType(
string* value
); |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also