'Declaration Public Sub AddCoreProperty( _ ByVal propertyName As String, _ ByVal propertyValue As String _ )
'Usage Dim instance As Document Dim propertyName As String Dim propertyValue As String instance.AddCoreProperty(propertyName, propertyValue)
public void AddCoreProperty( string propertyName, string propertyValue )
Parameters
- propertyName
- propertyValue