The ISmsMessage::SetProperty method, in Configuration Manager, sets a named property value.
[IDL] HRESULT SetProperty( LPCWSTR szPropName, LPCWSTR szValue ); |
Parameters
- szPropName
- Data type: LPCWSTRQualifiers: [in]Null-terminated string specifying the property name.
- szValue
- Data type: LPCWSTRQualifiers: [in]Null-terminated string specifying the property value.
Return Values
An HRESULT code. Possible values include, but are not limited to, the following:
- S_OK
- The method succeeded.
Remarks
See Also
Send comments about this topic to Microsoft.