ProjectManagementPackageSet Method (String, Double) |
Adds or replaces the metadata property with the specified name.
Namespace: GroupDocs.Metadata.Formats.DocumentAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic void Set(
string propertyName,
double value
)
Public Sub Set (
propertyName As String,
value As Double
)
public:
void Set(
String^ propertyName,
double value
)
member Set :
propertyName : string *
value : float -> unit
Parameters
- propertyName
- Type: SystemString
The property name. - value
- Type: SystemDouble
The property value.
See Also