RemotePropertyData Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information about a property of a type that components can access across application domain and process boundaries.
public value class RemotePropertyData
[System.Serializable]
public struct RemotePropertyData
[<System.Serializable>]
type RemotePropertyData = struct
Public Structure RemotePropertyData
- Inheritance
- Attributes
Remarks
The RemotePropertyData structure provides information about a property of an object that implements the IRemoteObjectContract interface.
Fields
Attributes |
Represents the attributes of the property that this RemotePropertyData describes. |
CanRead |
Indicates whether this RemotePropertyData describes a readable property. |
CanWrite |
Indicates whether this RemotePropertyData describes a writable property. |
IndexParameters |
Represents the index parameters for the property that this RemotePropertyData describes. |
MemberData |
Represents member data for the property that this RemotePropertyData describes. |
PropertyType |
Represents the type of the property that this RemotePropertyData describes. |