Namespace: Contracts.Data
Assembly: Contracts (in Contracts.dll)

Public Sub New( _ 
ByVal display_name As String, _ 
ByVal name As String, _ 
ByVal value As String, _ 
ByVal t As Type
)
This language is not supported or no code example is available.
public FileDropSetting( 
string display_name
string name
string value
Type t 
)
This language is not supported or no code example is available.
public:  
FileDropSetting( 
String^ display_name
String^ name
String^ value
Type^ t 
)
This language is not supported or no code example is available.
public function FileDropSetting( 
display_name : String
name : String
value : String
t : Type 
);
This language is not supported or no code example is available.

Parameters

display_name
Type: string

name
Type: string

value
Type: string

t
Type: Type

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1