ProtocolProperty Properties
Include Protected Members
Include Inherited Members
The ProtocolProperty type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Dirty | Gets the Boolean property value that specifies whether the property correctly reflects the current value of the entity that it represents on the instance of SQL Server. (Inherited from Property.) |
![]() |
Expensive | Gets the Boolean property value that specifies whether it takes a long time to load the property's values. (Inherited from Property.) |
![]() |
IsNull | Gets the Boolean property value that specifies whether the property is set to null. (Inherited from Property.) |
![]() |
Name | Gets the name of the property. (Inherited from Property.) |
![]() |
Readable | Gets the Boolean property value that specifies whether the value of the property can be retrieved. (Inherited from Property.) |
![]() |
Retrieved | Gets the Boolean property value that specifies whether the property has been retrieved already. (Inherited from Property.) |
![]() |
Type | Gets the type of property. (Inherited from Property.) |
![]() |
Value | Gets or sets the value of the property. (Inherited from Property.) |
![]() |
Writable | Gets the Boolean property value that specifies whether the property can be modified. (Inherited from Property.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
ISfcPropertyAttributes | (Inherited from Property.) |
![]() ![]() |
ISfcPropertyDirty | (Inherited from Property.) |
![]() ![]() |
ISfcPropertyEnabled | (Inherited from Property.) |
![]() ![]() |
ISfcPropertyIsNull | (Inherited from Property.) |
![]() ![]() |
ISfcPropertyName | (Inherited from Property.) |
![]() ![]() |
ISfcPropertyRequired | (Inherited from Property.) |
![]() ![]() |
ISfcPropertyType | (Inherited from Property.) |
![]() ![]() |
ISfcPropertyValue | (Inherited from Property.) |
![]() ![]() |
ISfcPropertyWritable | (Inherited from Property.) |
Top