Set
Contents
 [
        
            Hide
        ]
    Set(string, string)
Adds or replaces the metadata property with the specified name.
public void Set(string propertyName, string value)
| Parameter | Type | Description | 
|---|---|---|
| propertyName | String | The property name. | 
| value | String | The property value. | 
See Also
- class DiagramPackage
 - namespace GroupDocs.Metadata.Formats.Document
 - assembly GroupDocs.Metadata
 
Set(string, bool)
Adds or replaces the metadata property with the specified name.
public void Set(string propertyName, bool value)
| Parameter | Type | Description | 
|---|---|---|
| propertyName | String | The property name. | 
| value | Boolean | The property value. | 
See Also
- class DiagramPackage
 - namespace GroupDocs.Metadata.Formats.Document
 - assembly GroupDocs.Metadata
 
Set(string, double)
Adds or replaces the metadata property with the specified name.
public void Set(string propertyName, double value)
| Parameter | Type | Description | 
|---|---|---|
| propertyName | String | The property name. | 
| value | Double | The property value. | 
See Also
- class DiagramPackage
 - namespace GroupDocs.Metadata.Formats.Document
 - assembly GroupDocs.Metadata
 
Set(string, DateTime)
Adds or replaces the metadata property with the specified name.
public void Set(string propertyName, DateTime value)
| Parameter | Type | Description | 
|---|---|---|
| propertyName | String | The property name. | 
| value | DateTime | The property value. | 
See Also
- class DiagramPackage
 - namespace GroupDocs.Metadata.Formats.Document
 - assembly GroupDocs.Metadata