'Declaration Public Sub SetItemProperty( _ ByVal key As String, _ ByVal value As String _ )
'Usage Dim instance As DocumentMetadata Dim key As String Dim value As String instance.SetItemProperty(key, value)
public void SetItemProperty( string key, string value )
public: void SetItemProperty( string* key, string* value )
public: void SetItemProperty( String^ key, String^ value )
DocumentMetadata Class DocumentMetadata Members
©2017. Accusoft Corporation. All Rights Reserved.