PropertyDescriptor(String, Type) Constructor

Definition

public:
 PropertyDescriptor(System::String ^ name, Type ^ propertyType);
public PropertyDescriptor (string name, Type propertyType);
new Microsoft.Xrm.Sdk.Data.CodeGen.PropertyDescriptor : string * Type -> Microsoft.Xrm.Sdk.Data.CodeGen.PropertyDescriptor
Public Sub New (name As String, propertyType As Type)

Parameters

name
String
propertyType
Type

Applies to