DocumentPropertiesSetCustomPropertyValue Method (String, String) |
Sets a named string custom property.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic void SetCustomPropertyValue(
string name,
string value
)
Public Sub SetCustomPropertyValue (
name As String,
value As String
)
public:
virtual void SetCustomPropertyValue(
String^ name,
String^ value
) sealed
abstract SetCustomPropertyValue :
name : string *
value : string -> unit
override SetCustomPropertyValue :
name : string *
value : string -> unit
Parameters
- name
- Type: SystemString
Name of the custom property to set - value
- Type: SystemString
Custom property value
Implements
IDocumentPropertiesSetCustomPropertyValue(String, String)
See Also