PropertyTypeAttribute(String, String, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
PropertyTypeAttribute(System::String ^ xmlName, System::String ^ xmlTargetNamespace, System::String ^ xsdType, System::String ^ dotnettype);
public PropertyTypeAttribute (string xmlName, string xmlTargetNamespace, string xsdType, string dotnettype);
new Microsoft.XLANGs.BaseTypes.PropertyTypeAttribute : string * string * string * string -> Microsoft.XLANGs.BaseTypes.PropertyTypeAttribute
Public Sub New (xmlName As String, xmlTargetNamespace As String, xsdType As String, dotnettype As String)
Parameters
- xmlName
- String
- xmlTargetNamespace
- String
- xsdType
- String
- dotnettype
- String