ItemMetadata.SetCustomField Method (String, Byte)
When overridden in a derived class, sets the value of the specified custom field.
Namespace: Microsoft.Synchronization.MetadataStorage
Assembly: Microsoft.Synchronization.MetadataStorage (in microsoft.synchronization.metadatastorage.dll)
Syntax
'Declaration
Public MustOverride Sub SetCustomField ( _
fieldName As String, _
value As Byte _
)
'Usage
Dim instance As ItemMetadata
Dim fieldName As String
Dim value As Byte
instance.SetCustomField(fieldName, value)
public abstract void SetCustomField (
string fieldName,
byte value
)
public:
virtual void SetCustomField (
String^ fieldName,
unsigned char value
) abstract
public abstract void SetCustomField (
String fieldName,
byte value
)
public abstract function SetCustomField (
fieldName : String,
value : byte
)
Parameters
- fieldName
The name of the custom field.
- value
The value of the field.
Exceptions
Exception type | Condition |
---|---|
fieldName is a null reference (Nothing in Visual Basic). |
|
fieldName is 0 length. |
Remarks
Custom fields must be defined in a FieldSchema object when the replica metadata is first initialized.
See Also
Reference
ItemMetadata Class
ItemMetadata Members
Microsoft.Synchronization.MetadataStorage Namespace