NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RegistryPermissionAttribute.Create

Specifies create access for keys and values specified by the string value.

[Visual Basic]
Public Property Create As String
[C#]
public string Create {get; set;}
[C++]
public: __property String* get_Create();
public: __property void set_Create(String*);
[JScript]
public function get Create() : String;
public function set Create(String);

Property Value

List of keys and values path names for create access.

See Also

RegistryPermissionAttribute Class | RegistryPermissionAttribute Members | System.Security.Permissions Namespace