ResourceProperty Class
Provides a type to describe a property on a resource.
Assembly: System.Data.Services (in System.Data.Services.dll)
| Name | Description | |
|---|---|---|
![]() | ResourceProperty(String^, ResourcePropertyKind, ResourceType^) | Initializes a new ResourceProperty for an open property. |
| Name | Description | |
|---|---|---|
![]() | CanReflectOnInstanceTypeProperty | Gets a value that indicates whether this property can be accessed through reflection on the declaring resource instance type. |
![]() | CustomState | Gets or sets custom state information about a resource property that is defined by the developer. |
![]() | IsReadOnly | Gets a Boolean value that indicates whether the property is read-only. |
![]() | Kind | Gets the kind of the resource property with regard to the resource. |
![]() | MimeType | Gets or sets MIME type for the property. |
![]() | Name | Gets the name of the resource property. |
![]() | ResourceType | Gets the type of the resource property. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | SetReadOnly() | Sets the resource property to read-only. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The following Unicode characters are allowed in XML names but not in identifiers in EDM:
U+00B7 '•'
U+0387 '·'
U+06DE '۞'
U+212E '℮'
If your property names can contain these characters, make sure that they are escaped properly in your provider implementation. The EncodeName method will not properly escape these invalid EDM characters."
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


