Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The WriteProperty(String, String) method writes a property.
Namespace: Microsoft.Exchange.Data.ContentTypes.vCard
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WriteProperty ( _
name As String, _
value As String _
)
'Usage
Dim instance As ContactWriter
Dim name As String
Dim value As String
instance.WriteProperty(name, value)
public void WriteProperty(
string name,
string value
)
Parameters
- name
Type: System.String
- value
Type: System.String