ProjectManagementPackageSet Method (String, Int32) |
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,
int value
)
Public Sub Set (
propertyName As String,
value As Integer
)
public:
void Set(
String^ propertyName,
int value
)
member Set :
propertyName : string *
value : int -> unit
Parameters
- propertyName
- Type: SystemString
The property name. - value
- Type: SystemInt32
The property value.
See Also