ReplicationView Members
Include Protected Members
Include Inherited Members
Represents information on a view object that is required by replication.
The ReplicationView type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReplicationView() | Creates a new instance of the ReplicationView class. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Encrypted | Gets or sets whether the referenced view was created with encryption or not. | |
Name | Gets or sets the name of the view object. | |
ObjectId | ||
OwnerName | Gets or sets the owner of the view. | |
UserData | Gets or sets an object that allows users to attach their own data to the object. |
Top