ResourcePropertyArgs.PropertyType Property

Namespace:  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public Property PropertyType As Type 
    Get 
    Set
'Usage
Dim instance As ResourcePropertyArgs 
Dim value As Type 

value = instance.PropertyType

instance.PropertyType = value
public Type PropertyType { get; set; }
public:
property Type^ PropertyType {
    Type^ get ();
    void set (Type^ value);
}
member PropertyType : Type with get, set
function get PropertyType () : Type 
function set PropertyType (value : Type)

Property Value

Type: System.Type

See Also

Reference

ResourcePropertyArgs Class

System.Data.Services.Providers Namespace